.syhotnews_title{ position:absolute; right:0; top:60px; width:660px; box-sizing:border-box; padding:0 40px; color:#fff; font-size:24px; z-index:999;}
.syhotnews_title a{ float:right; font-weight:normal; font-size:18px; text-transform:uppercase; color:#fff;}

#banner1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #ddd;
	margin: 0 auto;
	height: 500px;
}
#banner1 .swiper-container {
	height: 500px;
}
#banner1 .swiper-slide {
	width: 100%;
	float: left;
	height: 500px;
}
.syhotnews_l{ float:left; width:640px; height:500px; background-position:center center; background-repeat:no-repeat; background-size: cover; position:relative; z-index:999}
.syhotnews_r{ float:right; width:680px;height: 500px; box-sizing:border-box; padding:150px 60px; position:relative; background:#c30d23; position:relative; z-index:999}
.syhotnews_r:after{content:"News"; color:rgba(0,0,0,0.1); display:inline-block; position:absolute; right:-120px; bottom:150px; font-size:150px; font-weight:bold;font-family:'Barlow';
transform:rotate(90deg);
-ms-transform:rotate(-90deg); 	/* IE 9 */
-moz-transform:rotate(-90deg); 	/* Firefox */
-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
-o-transform:rotate(-90deg); }
.syhotnews_r h4{ font-weight:normal; color:#fff; font-size:16px;}
.syhotnews_r h3{ font-size:24px; color:#fff; margin-bottom:30px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap; height:40px;}
.syhotnews_r h3 a{ font-size:24px; color:#fff;}
.syhotnews_r p{ font-size:16px; color:#fff;}


#banner_pagination {
	position:absolute; right:0; bottom:30px; width:660px; box-sizing:border-box; padding:0 60px; color:#fff; font-size:24px; z-index:999;
	text-align:left;left: auto;
}
@media screen and (max-width: 1660px) {
	.syhotnews_title{ width:calc(100% - 900px);}	
	.syhotnews_l{ width:600px;}
	.syhotnews_r{ width:calc(100% - 900px);}	
	#banner_pagination{ width:calc(100% - 900px);}
}

#banner_pagination span {
	color: #fff;
}
#banner_pagination .swiper-pagination-bullet {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 34px;
	border: solid 3px transparent;
	box-sizing: border-box;
	background: transparent;
	text-align: center;
	color: #fff;
	margin: 0 5px;font-size: 18px;
}
#banner_pagination .swiper-pagination-bullet .left {
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	margin: auto;
	width: 20px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .left:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	margin: auto;
	width: 20px;
	height: 40px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 20px 0 0 20px;
	border-right: 0;
	box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet .right {
	display: block;
	position: absolute;
	top: -3px;
	right: -3px;
	margin: auto;
	width: 20px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .right:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	width: 20px;
	height: 40px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 0 20px 20px 0;
	border-left: 0;
	box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet-active {
	color: #fff;
}
#banner_pagination .swiper-pagination-bullet-active .left {
	opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .right {
	opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .left:after {
	transform-origin: right center;
	/* animation-iteration-count: infinite; */

	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-name: gyrateleft;
}
#banner_pagination .swiper-pagination-bullet-active .right:after {
	transform-origin: left center;
	/* animation-iteration-count: infinite; */

	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-name: gyrateright;
}
 @keyframes gyrateright {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes gyrateleft {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
